Changeset 8f2bf7d in git for doc/sample.lib
- Timestamp:
- Jan 17, 2001, 5:57:08 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 61602a05ea8f00ebe314b3f44181506aadbf4252
- Parents:
- 7cdb75899cda73e97f8af059aca0403782f5418d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/sample.lib
r7cdb75 r8f2bf7d 3 3 "USAGE: tab(n); (n integer) 4 4 RETURNS: string of n space tabs 5 EXAMPLE: example tab; shows an example 6 " 5 EXAMPLE: example tab; shows an example" 7 6 { return(internal_tab(n)); } 8 7 example … … 14 13 15 14 // Example of a static procedure 16 static proc internal_tab (int n)15 static proc internal_tab (int n) 17 16 { return(" "[1,n]); }
Note: See TracChangeset
for help on using the changeset viewer.