Here are some newbie questions pertaining to syntax obstacles I couldn’t easily figure out from the documentation.
1- In an IF test, how do you test for things contained in concepts?
This does not seem to be working:
if ( $bobsreligion == ~religious_sect ) {$bobisreligious = 1}
2- How do you set one variable to another variable?
Like
u: () $thisisbobsreligion = $bobsreligion
?
Thank you for any response!!