swh:1:snp:7c21d1ef6b1a940ffbcf193284a7f8d0c51062e7
Raw File
Tip revision: 0737e8121aad00e24c12d1e9ec6ab3526e7dd033 authored by Joshua Cogliati on 19 February 2023, 16:37:16 UTC
Merge pull request #159 from dmalec/ISSUE-158-LIB-DEPENDENCIES
Tip revision: 0737e81
doduntil
DO.UNTIL instructionlist tfexpression			(library procedure)

	command.  Repeatedly evaluates the "instructionlist" as long as the
	evaluated "tfexpression" remains FALSE.  Evaluates the first input
	first, so the "instructionlist" is always run at least once.  The
	"tfexpression" must be an expressionlist whose value when evaluated
	is TRUE or FALSE.

back to top