mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
14821d7be7
commit
38ad8e9a27
1 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,8 @@ using namespace Upp;
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
DDUMP(Format("|%*=s|\n", 20, "test"));
|
||||
DDUMP(Format("|%*s|", 20, "test"));
|
||||
DDUMP(Format("|%*s|", 400, "test"));
|
||||
DDUMP(Format("|%*=s|", 20, "test"));
|
||||
DDUMP(Format("|%*=s|", 400, "test"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue