control_if#
图块代码
javascript
if(expression){
}
python
if expression:
npl
if(expression)then
end
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
expression |
string |
“true” |
示例#
if(true){
}
if true:
if(true)then
end
图块代码
javascript
if(expression){
}
python
if expression:
npl
if(expression)then
end
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
expression |
string |
“true” |
if(true){
}
if true:
if(true)then
end