User:HiyaHiya/Codebox

From Our World of Text Wiki
Jump to navigation Jump to search

This is dawgdawgdawg's codebox. Experimenting with the really, really big selection of languages in the code block menu

REPORT TEST.
WRITE 'Hello World'.
WRITE 'This is an example code in ABAP'.
* there are many keywords
* this is a COMMENT
* Keywords list:
* are, ABAP, an, abapOperator, abs, acos, ADD, ALIAS, ALIASES, AND, APPEND, APPENDING, AS etc...
* might add more soon
ADD 5 TO 7. " This is addition in ABAP, or atleast i think.