F♭ (pronounced F-flat) is a toy language.
typea -> str
retruns the type of an item
numbera -> x
converts to a number
complexa -> z
converts to a complex number
stringconverts to a string
itoax -> str
returns a string created from UTF-16 character code
atoistr -> x
returns an integer between 0 and 65535 representing the UTF-16 code of the first character of a string
atobstr -> str
decodes a string of data which has been encoded using base-64 encoding
btoastr -> str
creates a base-64 encoded ASCII string from a String
hasha -> x
creates a numeric hash from a String
hex-hasha -> str
creates a hexidecimal hash from a String
basex -> str
Convert an integer to a string in the given base
booleana -> bool
converts a value to a boolean
: (key)a -> a:
converts a string to a key
# (symbol)a -> #a
converts a string to a unique symbol
arraya -> [A]
converts a value to an array
ofa b -> c
converts the rhs value to the type of the lhs
is?a b -> bool
returns true if to values are the same value
nothing?a -> bool
returns true if the value is null or undefined
datea -> date
convert a value to a date/time
now-> date
returns the current date/time
clock-> x
returns a high resoltion time elapsed
regexpa -> regexp
convert string to regular expresion