Made a few possible additions
Please correct any errors I may have made, I'm a bit of a noob with C/C++
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#define whilst(what) while((what))
|
#define whilst(what) while((what))
|
||||||
#define when(what) if((what))
|
#define when(what) if((what))
|
||||||
|
#define but and /* for use as in "if(a is b) but not(b is c) " */
|
||||||
|
#define nor(n) and not(n) /* if(a is b) but not(b is c) nor (c is d) */
|
||||||
#define otherwise else
|
#define otherwise else
|
||||||
#define commence {
|
#define commence {
|
||||||
#define then {
|
#define then {
|
||||||
@@ -25,5 +27,11 @@
|
|||||||
#define below <
|
#define below <
|
||||||
#define let /**/
|
#define let /**/
|
||||||
#define raise(what) (what)++
|
#define raise(what) (what)++
|
||||||
|
#define tribute return /* Maybe make this something else */
|
||||||
|
|
||||||
#define number int
|
#define number int
|
||||||
|
#define number int
|
||||||
|
#define large long
|
||||||
|
#define small short
|
||||||
|
#define phrase(s) String(s) /*Am I doing this part right? I confuse some C++ stuff with Java sometimes*/
|
||||||
|
#define symbol char
|
||||||
|
|||||||
Reference in New Issue
Block a user