attribute

fun attribute(lhs: String, rhs: String)

Emit a simple attribute statement.

Parameters

lhs

The assignment target.

rhs

The value to bind to the assignment target.

Throws

If emission fails.