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 difference)
|
Revision as of 09:57, 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, etc...
* might add more soon
ADD 5 TO 7. " This is addition in ABAP, or atleast i think.