-
Notifications
You must be signed in to change notification settings - Fork 0
Variables
cl4cnam edited this page Dec 6, 2023
·
1 revision
In FuncSug, variables act as containers and signals.
Each variable:
- contains a multi-value (an uninitialized variable contains the no-value multi-value
| |) - and has a beep state (
falseby default) and a bip state (falseby default).
Each time a variable is set or you've made bip theVariable, the variable is bip-ed.
Each time a variable is bip-ed:
- its bip state is very briefly set to
true, - and its beep state is set to
trueuntil you makeawaitBeep theVariableorstopBeep theVariable.
FuncSug Documentation