mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 14:22:41 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@9451 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7bdd64ab40
commit
fa14bcff72
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ CONSOLE_APP_MAIN
|
|||
|
||||
DUMP(Format("%n", 1234567.89));
|
||||
DUMP(Format("%,n", 1234567.89));
|
||||
DUMP(Format("%+n", 1234567.89));
|
||||
DUMP(Format("%2,n", 123.456));
|
||||
DUMP(Format("%2,n", 123));
|
||||
DUMP(Format("%2!,n", 123));
|
||||
DUMP(Format("%ne", 1234567.89));
|
||||
DUMP(Format("%nf", 1234567.89e30));
|
||||
DUMP(Format("%nl", 1234567.89));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue