Language GRIP
Date: | 04/20/05 |
Author: | Anonymous |
URL: | n/a |
Comments: | 0 |
Info: | n/a |
Score: | (2.89 in 113 votes) |
$$ GRIP is a scripting language for the Unigraphics CAD system. NUMBER/ n DO/loop1:,n,0,98 PRINT/istr(99-n)+' Bottles of beer on the wall' PRINT/istr(99-n)+' Bottles of beeeer' PRINT/'Take one down, pass it around' IFTHEN/n==98 PRINT/'No bottles of beer on the wall' ELSE/ PRINT/istr(98-n)+' Bottles of beer on the wall' ENDIF/ loop1: PRINT/'No bottles of beer on the wall' PRINT/'No bottles of beeeer' PRINT/'Go to the store and buy some more' PRINT/'No bottles of beer on the wall' HALT/
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