My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 07, 2008 by joakim.ahnfelt
Labels: Featured
Reference  
This is the main index of the language and standard library documentation.

Syntax

Check out the Syntax of Funk first.

Methods of built-in types

  • Unit - also known as null (or nil)
  • Booleans - truth values (either true or false)
  • Numbers - floating point numbers (double precision)
  • Strings - text strings (Unicode)
  • RegExes - regular expressions (actually a superset)
  • Lists - indexed containers (an immutable array)
  • Dictionaries - associative containers (also known as maps)

Standard library modules

No modules yet.


Sign in to add a comment
Hosted by Google Code