Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Tcl Online

set var1 [list not and or nand nor xor xnor]
set var1 { not and or nand nor xor xnor }
set var1 "not and or nand nor xor xnor"
set var1 [split "not_and_or_nand_nor_xor_xnor"]
set var2 [list and 2 xor 3 nor 4]
set var3 [list xor [list nand buff inv] [list cell1 cell2 ]]
set a [llength $var1]
set b []

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.