Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Hello-world-Text/PostScript/hello-world-text-1.ps
Normal file
5
Task/Hello-world-Text/PostScript/hello-world-text-1.ps
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%!PS
|
||||
/Helvetica 20 selectfont
|
||||
70 700 moveto
|
||||
(Hello world!) show
|
||||
showpage
|
||||
1
Task/Hello-world-Text/PostScript/hello-world-text-2.ps
Normal file
1
Task/Hello-world-Text/PostScript/hello-world-text-2.ps
Normal file
|
|
@ -0,0 +1 @@
|
|||
(Hello world!) ==
|
||||
1
Task/Hello-world-Text/PostScript/hello-world-text-3.ps
Normal file
1
Task/Hello-world-Text/PostScript/hello-world-text-3.ps
Normal file
|
|
@ -0,0 +1 @@
|
|||
(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