Language ISM/SML
Date: | 04/20/05 |
Author: | Alain Brunet |
URL: | n/a |
Comments: | 0 |
Info: | n/a |
Score: | (2.83 in 12 votes) |
SML is the language used in ISM/Openmaster, the BULL Administrative Platform. ISM/SML (for Integrated System Management / System Management Language). ; Code Begin ; A.Brunet@frcl.bull.fr (Alain Brunet) (defun beer(cap) (dotimes (i cap) (print (- cap i) " bottle" (if (= i (- cap 1)) "" "s") " of beer on the wall.") (print "Take one down, pass it around.\n") ) (print "Time to buy more beer !") ) (beer 99)
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments