Next Previous Contents

A Guide to the S-Lang Language

John E. Davis, davis@space.mit.edu

Jun 18, 2005

1. Preface

2. Introduction

3. Overview of the Language

4. Data Types and Literal Constants

5. Identifiers

6. Variables

7. Operators

8. Statements

9. Functions

10. Namespaces

11. Arrays

12. Associative Arrays

13. Structures and User-Defined Types

14. Lists

15. Error Handling

16. Loading Files: evalfile, autoload, and require

17. Modules

18. File Input/Output

19. Debugging

20. Regular Expressions

Appendix

21. S-Lang 2 Interpreter NEWS

22. Copyright


Next Previous Contents