I want to input a probability value in the code through a slider. The name of the slider is lawful-industry with a value range from 0 to 1, so the code I wrote is:
[let probs [["lawful" lawful-industry]["unlawful" 1 - lawful-industry]]
but NetLogo outputs "Expected a literal value". What is wrong?