User Tools

Site Tools


4rpl:commands:gettype

This is an old revision of the document!


Index

GetType

GetType (<-something) ->typeOfSomething

Description

Takes a value and returns a string of what type of value it is. Types: STRING INT FLOAT LIST TABLE NULL

Examples

"42" ->val
GetType(<-val)  ->Type
<-Type trace #Would return STRING as the result

Index

4rpl/commands/gettype.1610169638.txt.gz · Last modified: 2021/01/09 00:20 by GoodMorning