1 00:00:00,940 --> 00:00:02,200 Hi this is sharings at the heart. 2 00:00:02,200 --> 00:00:06,200 Once again welcome to the next video of Cartland programming series. 3 00:00:06,220 --> 00:00:12,610 Now in this video we will quickly get an overview of the basic syntax of Cartland programming such as 4 00:00:12,820 --> 00:00:20,420 we will quickly have a look on the functions variables plus syntax constructors and also comments. 5 00:00:20,440 --> 00:00:26,700 Now this video is just a Kickstarter tutorial for the upcoming videos in the upcoming videos. 6 00:00:26,810 --> 00:00:30,790 We will talk about functions variables classes and so on. 7 00:00:30,860 --> 00:00:36,760 In a lot more detail in the separate more details such as the way we talk about variables in the next 8 00:00:36,760 --> 00:00:41,220 Mordy will further we will talk about functions separately in an addendum ARDEUIL. 9 00:00:41,470 --> 00:00:47,530 So this video will simply give you an overview of the basic syntax of the Coquelin programming so as 10 00:00:47,530 --> 00:00:51,100 to make you comfortable with the Codlin language. 11 00:00:51,100 --> 00:00:53,470 So here insert the intelligent ID. 12 00:00:53,590 --> 00:00:57,750 First let us check out how do we read the command line in case of Cartland. 13 00:00:58,000 --> 00:01:04,160 So in order to get the inline commands we can simply use forward Sless forward slash and then say. 14 00:01:04,170 --> 00:01:10,430 This is in line command right like we read the comments in any other programming language. 15 00:01:10,450 --> 00:01:16,520 Now similarly in order to write the multiple lines of command you can simply use forward slash as strict 16 00:01:16,630 --> 00:01:18,660 as strict and then forward slash. 17 00:01:18,680 --> 00:01:21,010 No in-between these two asterisks. 18 00:01:21,010 --> 00:01:23,700 You can simply try to make deeper lines of command. 19 00:01:23,710 --> 00:01:28,810 This is the command line version and this is the command line through and so on you can define multiple 20 00:01:28,810 --> 00:01:29,430 commands. 21 00:01:29,470 --> 00:01:32,810 Right now what is the benefit of command incomings. 22 00:01:32,830 --> 00:01:38,610 You can simply read the documentation such as lardons do find the command for this main function. 23 00:01:38,920 --> 00:01:40,360 So here I have simply written. 24 00:01:40,360 --> 00:01:46,450 This is the main function entry point of the application so whatever statements that you will write 25 00:01:46,570 --> 00:01:51,030 within these two asterisks and forward slash the compiler won't execute. 26 00:01:51,100 --> 00:01:52,820 These lines of code write. 27 00:01:52,870 --> 00:01:56,150 This will be ignored during the code compilation. 28 00:01:56,190 --> 00:01:56,570 Fine.