state:empty
state:<translated
state:>=translated
state:needs-editing
has:suggestion
has:variant
has:screenshot
has:label
has:context
state:<translated AND NOT has:suggestion
has:comment
has:check
state:approved
state:translated
Loading…
New source string
testing_project / Documentation: reference/reference_lua/jit — English
The string uses three dots (...) instead of an ellipsis character (…)
Reset
Additional explanation to clarify meaning or usage of the string.
Additional comma-separated flags to influence Weblate behavior.
read-only is inherited from testing_project/Documentation: reference/reference_lua/jit — English.
read-only
---
...
tarantool> function f()
> print("D")
> end
---
...
tarantool> jit_bc.dump(f)
-- BYTECODE -- 0x01113163c8:1-3
0001 GGET 0 0 ; "print"
0002 KSTR 2 1 ; "D"
0003 CALL 0 1 2
0004 RET0 0 1
---
...