summaryrefslogtreecommitdiff
path: root/grc/data/platforms/python/blocks/variable.xml
blob: d620e1607ed082f6937c8491bf6e77d4fd818834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!--
###################################################
##Variable block: a grc variable with key, value
###################################################
 -->
<block>
	<name>Variable</name>
	<key>variable</key>
	<make>$value</make>
	<param>
		<name>Value</name>
		<key>value</key>
		<value>0</value>
		<type>raw</type>
	</param>
	<doc>
This block maps a value to a unique variable. \
This variable block has no graphical representation.
	</doc>
</block>