Skip to content

Yummy0945/Turkish-Programming-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TURKISH PROGRAMMING LANGUAGE (TPL)

This is a programming language written with C language. There are 4 base data structure in the TPL language. These are "tam (int)", "ondalik (float)", "mantik (bool)" and "simge (char)". Additionally, "tam" and "simge" arrays can also be created in this language. In the TPL language, the selection structure "ise-yada-degilse (if-else-if-else)" and the repeat structure "boyleyken (while)" are also available.

Please see documents for details.

TPL Language vs. C Language

In TPL Language In C Language
tam int
ondalik float
mantik bool
simge char
tam[] int[]
simge[] char[]
ise-yada-degilse if-else-ifelse
boyleyken while

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages