1 2 3 4 5 6 7 8
require "variables"; require "fileinto"; set "namespace.frop" "value"; set "complex.struct.frop" "value"; fileinto "${namespace.frop}"; fileinto "${complex.struct.frop}";