Array length: Difference between revisions

→‎Forth: use forth highlighting
(add Fennel implementation)
(→‎Forth: use forth highlighting)
Line 1,471:
The code is commented to explain what is going on for those unfamiliar with Forth.
 
<syntaxhighlight lang="textforth">: STRING, ( caddr len -- ) \ Allocate space & compile string into memory
HERE OVER CHAR+ ALLOT PLACE ;
 
62

edits