typeName: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<h2 style="color:#000066"> | <h2 style="color:#000066">''' typeName ''any'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
any: [[Anything]] | '''any:''' [[Anything]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Line 23: | Line 23: | ||
Returns type-name of expression. Type is returned as string | Returns type-name of expression. Type is returned as string | ||
'''Example:''' | '''Example:''' | ||
'''typeName''' "hello" | '''typeName''' "hello", result is "string" | ||
result is "string" |