Basic Examples

String Tasks

Hello, World

Outputs Hello, World

"Hello, World!

cat

Outputs the input

x

Number Tasks

Fibonacci

Given n this calculated the nth Fibonacci number

F(x

Primality Test

Calculates whether a given number is prime

mP(x

Array Tasks

Cycling Arrays

Cycle an array 1 spots

xC1

Average of Numbers

Calculates the average of numbers

xx/xn