6 lines
191 B
MCFunction
6 lines
191 B
MCFunction
$data modify storage func:temp text set value "$(text)"
|
|
|
|
execute store result storage func:temp length int 1 run data get storage func:temp text
|
|
|
|
return run data get storage func:temp length
|