ตัวอย่างการใช้งานตัวแปร

Page 1

การใช้ งานตัวแปรภาษาโลโก เพื่ อการแสดงผลข้อมูล



1. ตัวแปรแบบตัวเลขจานวนเต็ม (Integer)

to c1 make "number "2000 show :number end


1. ตัวแปรแบบตัวเลขจานวนเต็ม (Integer)

to c1 make "number "2000 show :number end


1. ตัวแปรแบบตัวเลขจานวนเต็ม (Integer) to c3 make "number "2000 Setlabelfont [[AngsanaUPC] 50 50] rt 90 label :number end


2. ตัวแปรแบบคาพู ด (word) to a1 make "project "moonoteti show :project end


2. ตัวแปรแบบคาพู ด (word) to a2 make "project "moonoteti print :project end


2. ตัวแปรแบบคาพู ด (word) to a3 make "project "moonoteti Setlabelfont [[AngsanaUPC] 50 50] rt 90 label :project end


3. ตัวแปรแบบประโยคคาพู ด (list) to b1 make "project [My name is moonoteti] show :project end


3. ตัวแปรแบบประโยคคาพู ด (list) to b2 make "project [My name is moonoteti] print :project end


3. ตัวแปรแบบประโยคคาพู ด (list) to b3 make "project [My name is moonoteti] Setlabelfont [[AngsanaUPC] 36 10] rt 90 label :project end



Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.