Skip to content

geralwo/motys2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Typed Script

motys is aimed to be small and concise and offers a small well rounded stdlib.

it should be very easily portable and its file size should reflect the complexity of the program.

hello world example

echo "hello world" | motys -e 'print "$1\n"'

or in a script:

print "hello world\n"
var template_str = 'Hello, {name}!'
var name = get STDIN

printn $"template_str"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published