offer alternatives to not-implemented words

This commit is contained in:
Gwenhael Le Moine 2022-02-22 15:34:56 +01:00
parent 14567f4d96
commit 777659da1c
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -12,17 +12,20 @@ To run the test suite: `find ./spec/ -name \*.rb -exec ruby -Ilib {} \;`
* UI toolkit (based on https://github.com/AndyObtiva/glimmer-dsl-libui ?)
# Not implemented
* if
* then
* else
* end
* start
* for
* next
* step
* do
* until
* while
* repeat
* ->, →
* use IFT, IFTE
. if
. then
. else
. end
* use LOOP, TIMES
. start
. for
. next
. step
. do
. until
. while
. repeat
* use LSTO
. ->, →
* edit