File: Hello%20World.xml

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (40 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<xml xmlns="https://developers.google.com/blockly/xml">
<description>
<![CDATA[

# Introduction

This interface is made up of interlocking graphical widgets with predefined tasks
which can be put together to create a set of instructions to be executed by the phone using
the Kuttypy hardware.

## Hello World


+ First, open the Text toolbox on the left, and drag the `Text` block to the workspace. Set the text contents of the text box.
+ Then drag a `Print` block from the `Text` toolbox to the workspace.

+ Now link the text block to the print block like attaching a jigsaw puzzle


## Execute the code

+ Click on the `Run` button to view the results


Explore the other sample programs for understanding the various possibilities

]]>
</description>

      <block type="cs_print" id="OvdOc).Qgs|:`SiWRgDA" x="15" y="133">
        <value name="TEXT">
          <shadow type="text" id="W#9%QeySd^mGaf5S3@at">
            <field name="TEXT">abc</field>
          </shadow>
          <block type="text" id="13`r!2J@7-NM?)AMp)m8">
            <field name="TEXT">Hello!😁</field>
          </block>
        </value>
      </block>
    </xml>