string.type

Syntax

stype := string.type(s)

Get the type name of s if converted to a general FISH value.

This function attempts to decode the string s into a general FISH value, and returns a string indicating the type it would decode into. The possible return strings are int, flt, str, vec2, vec3, or bool.

Returns:

stype

Arguments:

s