Cotowali
  • Docs
    • English
    • 日本語

Introduction

  • Getting Started
    • Setup

Syntax

  • Comments
    • Line comments
    • Block comments
    • Documment comments
    • Mixed comments
  • Compiler Directives
    • Compiler Symbols
      • Define by CLI arguments
      • Pre-defined Symbols
    • Conditional Compilation
      • Expression
    • Errors and Warnings
  • Control Flow
    • Conditions
      • If / Else 文
    • Loops
      • for-in statement
      • while statement
      • continue / break statement
  • Functions
    • Basic
      • Variadic arguments
    • Pipeline
      • Sequence
  • ShellScript Integration
    • Redirection
    • Calling command
    • glob literal
    • Integrated Inline ShellScript
  • Source Code
    • Extension
    • Entrypoint
    • Load files
      • Load remote files
      • Checksums
  • Testing and Assertion
    • Assert Statement
    • Testing function
  • Types
    • Builtin
      • Integer
      • Float
      • Boolean
      • String
      • Tuple
      • Map
    • Type Alias
      • Method
      • Operator overloading
  • Variables
    • Declarations and Assignments
      • Destructuring Assignment

Standard Libraries

  • Builtin
    • Global Functions

Examples

  • Hello World
    • Code

Hello World

Code

echo('hello world')

Copyright © zakuro <z@kuro.red>

Design by zakuro & Yuki Amane (Pianoforte)