- Timestamp:
- Dec 3, 2007, 4:03:25 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Improved the layout of the slide that has lots of occam code on it
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/200711-tock-seminars/200711-B-tock-slides.tex
r81 r82 168 168 xs[n] := 42 -- would fail at runtime if n >= 10 169 169 170 (削除) n := SIZE xs -- get size of the array (削除ここまで)171 (削除) (削除ここまで)172 170 INT y IS xs[4]: -- abbreviate a member of the array 173 171 y := 42 174 172 175 173 [4]INT ys IS [xs FROM 4 FOR 5]: 176 -- abbreviate (削除) a slice of the (削除ここまで)array174 -- abbreviate (追記) slice of (追記ここまで) array 177 175 ys[2] := 42 178 176 \end{lstlisting}
Note:
See TracChangeset
for help on using the changeset viewer.