Introduction
Both Nift's in-built scripting language
Index
- bool (boolean)
- char (character)
- double (floating point)
- fstream (file stream)
- ifstream (input file stream)
- int (integer)
- ofstream (output file stream)
- std::bool (standard bool)
- std::char (standard character)
- std::double (standard floating point)
- std::int (standard integer)
- std::string (standard string)
- std::vector<double> (standard vector of doubles)
- std::vector<string> (standard vector of strings)
- string (string)
Coming soon
There will be more types added soon, including but not limited to:
- standard libraries for both
f++ andn++ including things like arrays and vectors for arbitrary types (which can handle multiple dimensions)