할 거 없음
Pinned Loading
-
For & Foreach in Pharo
For & Foreach in Pharo 1| array |
23"For (With variable)"
41 to: 10 do: [ :i | Transcript show: i; cr ].
5 -
ZnEasy & ZnClient
ZnEasy & ZnClient 1"ZnEasy"
2(ZnEasy getPng: 'https://pharo.org/web/files/pharo.png') asMorph openInWindow
34"ZnClient"
5ZnClient new
-
Creation of Literal Array And Dynami...
Creation of Literal Array And Dynamic Array in Pharo 1| literal dynamic dynamicWithSemanticSugar |
2literal := #(Bill Zoey Louis Francis).
34dynamic := (Array new: 4)
5at: 1 put: 'Bill';
-
Show GrowlMorph in Pharo
Show GrowlMorph in Pharo 1GrowlMorph
2openWithLabel: 'Hello!'
3contents: 'This is a Description.'
4color: (Color darkGray)
-
Create & Write File in Pharo
Create & Write File in Pharo 1| file |
2file := 'filename.txt' asFileReference.
3file ensureCreateFile.
4file writeStreamDo: [ :stream | stream nextPutAll: 'Hello, World!' ]
-
Pharo 개발 환경의 빠른 구성을 위해 작성된 작은 스크립트입니다.
Pharo 개발 환경의 빠른 구성을 위해 작성된 작은 스크립트입니다. 1"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''"
2" _____ _ ____ _ _ _____ _ _ "
3" | __ \ | | / __ \ (_) | | / ____| | | | | "
4" | |__) || |__ __ _ _ __ ___ | | | | _ _ _ ___ | | __| (___ ___ | |_ _ _ _ __ ___ | |_ "
5" | ___/ | '_ \ / _` || '__|/ _ \ | | | || | | || | / __|| |/ / \___ \ / _ \| __|| | | || '_ \ / __|| __|"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.