read/float

text


Summary

Reads the first float from TEXT

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'float))
(    2 ($get/val 'read/single))
(    4 ($get/val 'text))
(    6 ($apply 1))
(    8 ($apply 1))
(   10 ($ret))