2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1 +1,5 @@
|
|||
(Hello world!) ==
|
||||
%!PS
|
||||
/Helvetica 20 selectfont
|
||||
70 700 moveto
|
||||
(Hello world!) show
|
||||
showpage
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
(Hello world!) =
|
||||
(Hello world!) ==
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
(Hello world!) print
|
||||
(Hello world!) =
|
||||
|
|
|
|||
1
Task/Hello-world-Text/PostScript/hello-world-text-4.ps
Normal file
1
Task/Hello-world-Text/PostScript/hello-world-text-4.ps
Normal file
|
|
@ -0,0 +1 @@
|
|||
(Hello world!) print
|
||||
8
Task/Hello-world-Text/PostScript/hello-world-text-5.ps
Normal file
8
Task/Hello-world-Text/PostScript/hello-world-text-5.ps
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
%!PS
|
||||
/Helvetica 20 selectfont
|
||||
70 700 moveto
|
||||
(Hello world!) dup dup dup
|
||||
= print == % prints three times to the console
|
||||
show % prints to document
|
||||
1 0 div % provokes error message
|
||||
showpage
|
||||
Loading…
Add table
Add a link
Reference in a new issue