Murat Kasimov

More about me

Я language (β)

/Я language (β)/Behaviour/Forth/

> Forth : forall tt t . t `C'AR__` t `L` tt `T` _

Interpretation: this label refer items in data structures forwards (1st, 2nd, 3rd, etc.).

Demonstration: traversing List/Nonempty List forwards:

> A `has` B `ryo` Enter @ List `yokl` Forth `ha` Await `ha` output `ha` Glyph `ha` Letter `ha` Upper > A `has` B `ryo` Enter @ Nonempty List `yokl` Forth `ha` Await `ha` output `ha` Glyph `ha` Letter `ha` Upper

Counterpart: label that refer items backwards is Aback.