mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@14593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
054a420861
commit
0e6c869c5b
2 changed files with 6 additions and 1 deletions
|
|
@ -23,6 +23,11 @@ CONSOLE_APP_MAIN{
|
|||
|
||||
DUMP(decode(2, 1, "one", 2, "two", 3, "three", "?"));
|
||||
DUMP(decode(5, 1, "one", 2, "two", 3, "three", "?"));
|
||||
|
||||
DUMP(get_i(-1, "zero", "one", "two"));
|
||||
DUMP(get_i(0, "zero", "one", "two"));
|
||||
DUMP(get_i(2, "zero", "one", "two"));
|
||||
DUMP(get_i(3, "zero", "one", "two"));
|
||||
|
||||
Vector<int> data = { 10, 5, 11, 9, 2, 11 };
|
||||
// 0 1 2 3 4 5
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
description "Basic function templates (min/max/sum/findarg/decode)\377";
|
||||
description "Basic function templates (min/max/sum/findarg/decode/get_i)\377";
|
||||
|
||||
uses
|
||||
Core;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue