[[string.format (Lua)|string.format]]を使う。 ```lua string.format("1 / %d", 100) -- 100 ```