UltimateHackingKeyboard / firmware

Ultimate Hacking Keyboard firmware
Other
420 stars 66 forks source link

Implement while command. #699

Closed kareltucek closed 1 year ago

kareltucek commented 1 year ago

Part of #680 .

E.g.:

setVar a 0
while ($a < 10) setVar a ($a+1)
write "$a"

(Admittedly, without scoping, this feature is pretty much useless.)