We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
할 거 없음
| array |
"For (With variable)"
1 to: 10 do: [ :i | Transcript show: i; cr ].
"ZnEasy"
(ZnEasy getPng: 'https://pharo.org/web/files/pharo.png') asMorph openInWindow
"ZnClient"
ZnClient new
| literal dynamic dynamicWithSemanticSugar |
literal := #(Bill Zoey Louis Francis).
dynamic := (Array new: 4)
at: 1 put: 'Bill';
GrowlMorph
openWithLabel: 'Hello!'
contents: 'This is a Description.'
color: (Color darkGray)
| file |
file := 'filename.txt' asFileReference.
file ensureCreateFile.
file writeStreamDo: [ :stream | stream nextPutAll: 'Hello, World!' ]
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''"
" _____ _ ____ _ _ _____ _ _ "
" | __ \ | | / __ \ (_) | | / ____| | | | | "
" | |__) || |__ __ _ _ __ ___ | | | | _ _ _ ___ | | __| (___ ___ | |_ _ _ _ __ ___ | |_ "
" | ___/ | '_ \ / _` || '__|/ _ \ | | | || | | || | / __|| |/ / \___ \ / _ \| __|| | | || '_ \ / __|| __|"
There was an error while loading. Please reload this page.