sample
script
test.py
Go to the documentation of this file.
1
a = 1
2
b = 10
3
waitInputSetMessage(
"$1= test "
)
4
waitInputMenu([[
"A"
,
"print a"
,
"B"
,
"print b"
,
5
'----------label----------'
,
'#label'
,
6
'string input'
,
'print #T'
,
7
'double input'
,
'print #D,#D'
,
8
'int input'
,
'print #I,#I,#I'
,
9
],
10
[
"A*10"
,
"print a*10"
,
"B*10"
,
"print b*10"
],
11
[
"A*100"
,
"print a*100"
,
"B*100"
,
"print b*100"
]])
12
13
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Sep 8 2022 02:24:05