Skip to content

khe4oyan/picsart_academy_project_interpretator

Repository files navigation

banner

Code syntax

Variables type

  • num ( numbers )
  • str ( text )
  • bool ( boolean )
num age 10;
str name 'Alex';
bool write_interpretator false;

Operators

  • if ( condition )
    • ==
    • !=
    • >

    • <
  • for ( cycle)
  • output ( ouput text/number/boolean )
if 10 == 3;
  // do..
}
else;
  // else do..
}
num i 1;
for 100;
  output i;
  i = i + 1;
}

How to download and run it

  1. download project in your PC
  2. compile code with g++
    1. after compile project you can delete all project files
  3. create "variables.cpk" file.
  4. enter code use ckp programming lenguage
  5. run obj file who you are compiled
  6. see result!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages