![]() |
varType
Return the type of a variable (in the current environment). The variable is given by its name
Prototype :
fun [S] S
- S : the name of the variable
Return : S the type or nil if not found.
![]() |
Return the type of a variable (in the current environment). The variable is given by its name
fun [S] S
Return : S the type or nil if not found.