I’m currently awaiting delivery of a Teletype and have been reading the docs and dreaming up algorithms.
It is said in the patch notes that SCRIPT has ‘infinite loop detection’. I presume that this prevents scripts from calling themselves directly, so the following would not work in script 1:
SCRIPT 1
What about with the DEL prefix?
DEL 1000 : SCRIPT 1
What about with probability?
PROB 80 : DEL 1000 : SCRIPT 1
What about script 1 calling script 2 and 2 calling 1?
Does anyone know how these examples will resolve?