query
On this page

mkLuaInline

lib.generators.mkLuaInline

Docs pulled from | This Revision | 8 minutes ago


Mark string as Lua expression to be inlined when processed by toLua.

Inputs

expr

1. Function argument

Type

mkLuaInline :: String -> AttrSet

Noogle detected

Implementation

The following is the current implementation of this function.

mkLuaInline = expr: { _type = "lua-inline"; inherit expr; };