This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
prpl:gettype [2016/12/21 19:54] – Oblivion | prpl:gettype [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[.: | + | <- [[.: |
- | ===== | + | |
+ | ===== | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
Line 8: | Line 9: | ||
=== Description === | === Description === | ||
- | Takes a value and returns a string of what type of value it is. | + | Takes a value and returns a string of what type of value it is. Types: |
+ | STRING | ||
+ | INT | ||
+ | FLOAT | ||
+ | LIST | ||
+ | NULL | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | stack.Push(new Data(d1.GetType().ToString())); | + | |
" | " | ||
<-Type trace //Would return STRING as the result | <-Type trace //Would return STRING as the result | ||
</ | </ | ||