Posts by Aya Meira • 11 points
2 posts
-
0
votes0
answers11
viewsQ: How do I call the path of a variable declared within a local branch within a global branch?
I have a global branch (Brc_global), within which other branches are declared (Brc_global_i and Brc_global_ii). Respectively, within these branches, I declare variables for local use. In my main…
-
1
votes1
answer34
viewsA: Lawtex - How to structure logical operations in non-Atomic List
To check whether an element from a non-atomic list has been selected, simply use the IN operator as follows: if("Carta Precatória" IN [passivoModalidade]) { +[cartaPrecatoriaCitacao] : String { name…