That information is false

$eval($read(filename.txt,t,%line),0)
doesn't evaluate the line NOR does it evaluate $read(..). $read(...) is treated as plain text.

$read(filename.txt,tn,%line) DOES evaluate $read but not any variables/identifiers it finds in the line $read returns because you tell it not too with the n parameter.


$maybe