Well, you know there won't be any C in heaven. (It works better if you quote it aloud. Someone once brought up the topic of celestial programming and I was pleased to be able to quote Revelation 21 at them.)
Pascal supports zero indexing. And negative indexing. IIRC, anytime you declare an array in Pascal, you have to specify the index range. I think the syntax is: array NAME[RANGE] of TYPE;
December 14 2005, 20:40:50 UTC 6 years ago
December 14 2005, 21:04:49 UTC 6 years ago
void earth;
^D
god#
December 14 2005, 20:44:06 UTC 6 years ago
December 14 2005, 20:53:58 UTC 6 years ago
December 14 2005, 20:48:08 UTC 6 years ago
December 14 2005, 20:51:15 UTC 6 years ago
December 14 2005, 20:50:47 UTC 6 years ago
December 15 2005, 07:51:04 UTC 6 years ago
December 14 2005, 21:13:56 UTC 6 years ago
Pascal supports zero indexing. And negative indexing. IIRC, anytime you declare an array in Pascal, you have to specify the index range. I think the syntax is: array NAME[RANGE] of TYPE;
For example,
array foo[-10..10] of int;
Creates an array of 21 integers.
December 15 2005, 07:48:41 UTC 6 years ago
December 15 2005, 07:50:39 UTC 6 years ago
December 14 2005, 22:14:25 UTC 6 years ago
o/~God wrote in LISP code....o/~