First published on MSDN on Mar 20, 2014
Authored by Ed Price
Like this...
TextWindow
.
WriteLine
(
"Hello World"
)
TextWindow
is an Object/Class
WriteLine
is a Method/Operation, the brackets show that this method needs some data to work with - in this case, what to write.
"Hello World"
is what we want the write and it is put in double quotes - and is called a literal since it is not a variable, but is just a value (not in a draw).
Read more here (article by litdev ):
- Ninja Ed
Published Feb 12, 2019
Version 1.0Ed Price
Former Employee
Joined February 09, 2017
Small Basic Blog
Follow this blog board to get notified when there's new activity