home: hub: 9ficl

ref: 2b5a6794ca492530d5d2fb7ae9d5bd47c3d8c03b
dir: /test/sarray.fr/

View raw version
\ test file for ficl
\ string array...
: $array ( caddr u ... caddr u n -- ) 
    create 0 ?do , , loop 
    does> swap 2* cells + 2@ type 
;

: s
    s" string 3"
    s" string 2"
    s" string 1"
    s" string 0"
    4 
;

s $array s