Download presentation
Presentation is loading. Please wait.
Published byOswald Bradley Modified over 9 years ago
1
Authors: Peter Cappello Damon Chastain Matthew Urtnowski Course:CECS 541 Instructor: Dr. Michael Hoffman Date:Fall 2010
2
Integer Statement Let Statement Print Statement Println Statement Read Statement If … Then Statement While Statement For Statement Begin … End Statement Function Statement Declare Array Statement Add to Array Statement Array Length Statement
3
Multiple identifiers can be declared with one statement. Multiple expressions and literals can be printed with one statement. Comparison operations >=, <=, and != be implemented in boolean statements. Logical operators AND and OR can be used in boolean statements Additional data types Boolean, String, Double and Array can be used. SIL uses step by step execution in parsing. ‘#’ symbol used for line comments
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.