Skip to content

Paran-oid/Alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

declaring a variable

  • types:

num str bool

  • variable:

[type] [name] = [value]; --> semi-colon is a must

  • comparison and arithmetic operations:

like in c++

using the console

  • display a variable

print(arg);

miscellaneous

  • display my name

creator_name();

-display my iq

creator_iq();

tutorial's link

https://ruslanspivak.com/lsbasi-part1/

About

Alpha is a high level interpreted language that's built on C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published