6 lines
78 B
Ruby
6 lines
78 B
Ruby
$index = $entity.index
|
|
|
|
def test_func
|
|
print($index)
|
|
rust_func($index)
|
|
end
|