mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@8656 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d8b65fbed3
commit
7ff39e35f0
2 changed files with 9 additions and 0 deletions
|
|
@ -17,4 +17,9 @@ CONSOLE_APP_MAIN
|
|||
Value v = x;
|
||||
e = v;
|
||||
DUMP(IsNull(e));
|
||||
|
||||
int a = Null;
|
||||
int b = 123;
|
||||
int c = 1;
|
||||
DUMP(Nvl(a, b, c));
|
||||
}
|
||||
|
|
|
|||
4
tutorial/Core07/init
Normal file
4
tutorial/Core07/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _Core07_icpp_init_stub
|
||||
#define _Core07_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue