-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathguide.txt
More file actions
77 lines (75 loc) · 2.75 KB
/
guide.txt
File metadata and controls
77 lines (75 loc) · 2.75 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
step 1. 1�� function import
step 2. library function�� �̿��Ͽ� program �ۼ�(�ܼ� ��� �ڵ�-> ������ ���α��� ��Ʈ �ʿ�)
step 3. "To Python" button���� ����
1.
<xml xmlns="http://www.w3.org/1999/xhtml">
<variables>
<variable type="" id="0!CFy7c.vOgq=c|{eXZU">argA</variable>
<variable type="" id="iPCMIxnIH8L:v8.1n[;O">argB</variable>
</variables>
<block type="procedures_defreturn" id="$Nh$Du0{-Qa=~I|lKI.c" x="238" y="38">
<mutation>
<arg name="argA" varid="0!CFy7c.vOgq=c|{eXZU"></arg>
<arg name="argB" varid="iPCMIxnIH8L:v8.1n[;O"></arg>
</mutation>
<field name="NAME">doSomething</field>
<comment pinned="false" h="80" w="160">Describe this function...</comment>
<statement name="STACK">
<block type="text_print" id="{3`2[2NRz54$%yGj[q#X">
<value name="TEXT">
<shadow type="text" id="Uq6Sr_.?Js~83[}^T9Ct">
<field name="TEXT">soicem</field>
</shadow>
</value>
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id="G)7EH_z~3Yq5.OyLXhxR" x="238" y="163">
<mutation>
<arg name="argA" varid="0!CFy7c.vOgq=c|{eXZU"></arg>
<arg name="argB" varid="iPCMIxnIH8L:v8.1n[;O"></arg>
</mutation>
<field name="NAME">doSomething2</field>
<comment pinned="false" h="80" w="160">Describe this function...</comment>
<statement name="STACK">
<block type="text_print" id="cfl1{2hkxXW;BIFUHrPw">
<value name="TEXT">
<shadow type="text" id="Y[.6n=HlDnXo%r(bh4ot">
<field name="TEXT">best in the world</field>
</shadow>
</value>
</block>
</statement>
</block>
</xml>
2.
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_if" id="sh!@qvU6u{pEC=TLpWVs" x="113" y="38">
<value name="IF0">
<block type="import_return" id="~*{}vFqE[r+ovF|I=+{P">
<mutation func="doSomething" args="2">
<arg name="argA"></arg>
<arg name="argB"></arg>
</mutation>
<value name="ARG0">
<block type="math_number" id="M{!jS6cBFkj^wHwjotwq">
<field name="NUM">123</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="import_noReturn" id="zxl|WF]jo1k{QU6QPp!W">
<mutation func="doSomething2" args="2">
<arg name="argA"></arg>
<arg name="argB"></arg>
</mutation>
<value name="ARG0">
<block type="math_number" id="on#^!X.$/ZI2[1M{yZgB">
<field name="NUM">123</field>
</block>
</value>
</block>
</statement>
</block>
</xml>