Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 689 Bytes

builtins.md

File metadata and controls

12 lines (8 loc) · 689 Bytes
title layout
Built-ins
default

Built-in Functions

Neko comes with a considerable number of built-in functions, all of which begin with $. Most of these are for manipulating arrays, hash tables, strings, functions, numbers, and objects.

There are also functions for checking abstracts and some useful miscellaneous operations.

These functions are more efficient and optimized than typical Neko functions would be, so it is typically preferable to use one of these when you can.