Next Previous Contents

A Guide to the S-Lang Language (v2.3.0)

John E. Davis <www.jedsoft.org>

Apr 18, 2020

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. slsh

20. Debugging

21. Profiling

22. Regular Expressions

Appendix

23. S-Lang 2 Interpreter NEWS

24. Copyright


Next Previous Contents