Translated to Markdown from this ancient TeX file. I’m not sure who made the original.
Hover over a link to see the place structure. Click it to view gismu info on Wiktionary.
girzu
(group)
Translated to Markdown from this ancient TeX file. I’m not sure who made the original.
Hover over a link to see the place structure. Click it to view gismu info on Wiktionary.
girzu
(group)#define a value holder function | |
# => True | |
def switch(value): | |
switch.value=value | |
return True | |
#define matching case function | |
# => True or False | |
def case(*args): | |
return any((arg == switch.value for arg in args)) |