-
Notifications
You must be signed in to change notification settings - Fork 0
ArrayInit
Nonki Takahashi edited this page May 4, 2017
·
3 revisions
Use following notation
param = "col=10;row=10;text=Hello World!;"
TextWriteAt()
instead of
param = ""
param["col"] = 10
param["row"] = 10
param["text"] = "Hello World!"
TextWriteAt()
for array initialization in order to let code shorter.
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.