j
k
j a
j l
+: getq ( q -- char ) dup >qgetp @ ( q getptr )
+: getq ( q -- char )
+: qempty? ( q -- flag ) dup >qgetp l@ swap >qputp @ = ; +: qfull? ( q -- flag ) dup >qputp l@ decqp swap >qgetp @ = ;
@ should be l@ everywhere here?
Segher
Back to the thread
Back to the list