Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Scripts owned by cmdicely

Scripts: 1

Member name:
CASE multiple conditional function
case.r
 discussion
v:1.0.0
2.1 KB
27 Nov 2005
Provide a generalized multiple conditional function for situations that would otherwise call for deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any DO-able block rather than being based on a single value. This can be used simply to allow a SWITCH-like behavior that supports ranges instead of single [...]
author: Christopher M. Dicely