Hello World for Novices

Hello World for Novices preview image

1 collaborator

Default-person Pradeep Ankem (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.0 • Viewed 140 times • Downloaded 14 times • Run 0 times
Download the 'Hello World for Novices' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

to print-once
  output-print "hello world"
end 

to print-ten-times
  repeat 10 [output-print "hello world"]
end 

to print-hello-on-frame
  crt 1 [
    set size 5
    set shape "face happy"
    set label "Hello World"]
end 

There are 2 versions of this model.

Uploaded by When Description Download
Pradeep Ankem about 5 years ago Welcome to the world of Agent Script ! Download this version
Pradeep Ankem about 5 years ago Initial upload Download this version

Attached files

File Type Description Last updated
Hello World for Novices.png preview Preview for 'Hello World for Novices' about 5 years ago, by Pradeep Ankem Download

This model does not have any ancestors.

This model does not have any descendants.