User:HiyaHiya/Codebox

From Our World of Text Wiki
< User:HiyaHiya
Revision as of 09:57, 1 October 2023 by HiyaHiya (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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, etc...
* might add more soon
ADD 5 TO 7. " This is addition in ABAP, or atleast i think.