Files
YiemAgent/etc.jl
T
2026-07-05 20:48:24 +07:00

13 lines
124 B
Julia

d = Dict(
"hello"=> 555,
"world"=> Dict(
"name"=> "ton"
)
)
x = 55
@info "YiemAgent think() 1 " d x @__LINE__