User:HiyaHiya/Codebox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This is dawgdawgdawg's codebox. Experimenting with the really, really big selection of languages in the code block menu<syntaxhighlight lang="abap"> 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, etc... * might add more soon ADD 5 TO 7. " This is addition in ABAP, or atleast i think. </syntaxhighlight>") |
No edit summary |
||
Line 6: | Line 6: | ||
* this is a COMMENT | * this is a COMMENT | ||
* Keywords list: | * Keywords list: | ||
* are, ABAP, an, abapOperator, abs, acos, ADD, etc... | * are, ABAP, an, abapOperator, abs, acos, ADD, ALIAS, ALIASES, AND, APPEND, APPENDING, AS etc... | ||
* might add more soon | * might add more soon | ||
ADD 5 TO 7. " This is addition in ABAP, or atleast i think. | ADD 5 TO 7. " This is addition in ABAP, or atleast i think. |
Revision as of 10:00, 1 October 2023
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.