Skip to content

Latest commit

 

History

History
81 lines (79 loc) · 3.79 KB

SUMMARY.md

File metadata and controls

81 lines (79 loc) · 3.79 KB

Summary

  • Introduction
  • Syntax
  • Literals
  • Mathematics
  • Variables
  • Functions
    • Defining
      • Lambda
      • [Functionized Operators](Functions/Defining/Functionized Operators.md)
      • [Functionized Properties](Functions/Defining/Functionized Properties.md)
    • Operations
      • [Functional Bonding](Functions/Operations/Functional Bonding.md)
      • [Functional Composition](Functions/Operations/Functional Composition.md)
  • [Default Operators](Default Operators/README.md)
    • [What Is](Default Operators/What Is.md)
    • [Instance-of](Default Operators/Instance-of.md)
    • [Actually Is](Default Operators/Actually Is.md)
  • [Control Flow](Control Flow/README.md)
    • [Conditional](Control Flow/Conditional.md)
    • [Loops](Control Flow/Loops/README.md)
      • [For Loops](Control Flow/Loops/For Loops.md)
      • [While Loops](Control Flow/Loops/While Loops.md)
  • [Standard Library](Standard Library/README.md)
    • [String](Standard Library/String/README.md)
      • [Bytes](Standard Library/String/Bytes.md)
      • [Count](Standard Library/String/Count.md)
      • [Length](Standard Library/String/Length.md)
      • [Match](Standard Library/String/Match.md)
      • [Slice](Standard Library/String/Slice.md)
      • [Tail](Standard Library/String/Tail.md)
      • [Chars](Standard Library/String/Chars.md)
      • [Head](Standard Library/String/Head.md)
      • [Lines](Standard Library/String/Lines.md)
      • [Ord](Standard Library/String/Ord.md)
      • [Split](Standard Library/String/Split.md)
      • [Test](Standard Library/String/Test.md)
      • [Chunk](Standard Library/String/Chunk.md)
      • [Index](Standard Library/String/Index.md)
      • [Lower](Standard Library/String/Lower.md)
      • [Reverse](Standard Library/String/Reverse.md)
      • [Substitute](Standard Library/String/Substitute.md)
      • [Upper](Standard Library/String/Upper.md)
  • Developing
    • Structure
    • [Primitive Objects](Developing/Primitive Objects/README.md)
      • [Scope](Developing/Primitive Objects/scope.md)
      • [Class](Developing/Primitive Objects/class.md)
      • [Variable](Developing/Primitive Objects/variable.md)
      • [Namespace](Developing/Primitive Objects/namespace.md)
    • [Getting Started](Developing/Getting Started.md)
    • API