amazing lecture, very insightful, It would have been a cherry on top if you would have given us an example by running the script code in the terminal itself, so that we could have got the idea if the output resembles with yours or not........
This is a good video and I still like the series. Now, this is important to know though, the meaning and use of - as a body is not as you describe it. What happens when you put - as the body for a pattern means "use what you will use for the next pattern mentioned" which chains as far as it needs to until it finds a body that isn't - That is to say, your script you wrote will also call anything with 0 1 or 2 sides a triangle as well: % set no_of_edge 1 1 % switch $no_of_edge { 0 - 1 - 2 - 3 { puts "This is a triangle." } } This is a triangle. Still a worthwhile video, that distinction is important to switch behavior tho.
nice videos sir , n its an request that if you again teach , so if you will put that output window pic also than it will be better to understand the code . thanks again, u have posted very useful content
Watch this TCL Marathon (With Codes Download Link) : th-cam.com/video/v8eu-CCrm-E/w-d-xo.html Download Codes after each slide and run & generate & see output yourself.
At 6:54 the elseif body can never be executed, so you will never ever see "$x is 2", as 2 != 1, the first if () is true, the elself is only even evaluated if the first condition is false...I missed that the first time I watched. Thanks.
Publishing each Video takes a lot of Background work , until they are done they remain unpublished(which may appear to private). Each Sunday you can expect a new video in this channel unless there is any technical glitch !
sir in last example of foreach you created 3 list , is there any purpose of these 3 diff. lists as when I am executing the code its taking 3 elements of same list.
Thank you so much.Very informative.
Glad it was helpful! Please share this channel to your known circle!
It is really helpful when you are relating everything to VLSI
You're welcome 😊 !
It seems The Videos Helped You ! Please share this channel in your known or professional circle to spread the help to other also !
amazing lecture,
very insightful,
It would have been a cherry on top if you would have given us an example by running the script code in the terminal itself, so that we could have got the idea if the output resembles with yours or not........
Here is the example : th-cam.com/video/DogAWB-Ym2s/w-d-xo.html
This is a good video and I still like the series. Now, this is important to know though, the meaning and use of - as a body is not as you describe it. What happens when you put - as the body for a pattern means "use what you will use for the next pattern mentioned" which chains as far as it needs to until it finds a body that isn't -
That is to say, your script you wrote will also call anything with 0 1 or 2 sides a triangle as well:
% set no_of_edge 1
1
% switch $no_of_edge {
0 -
1 -
2 -
3 { puts "This is a triangle." }
}
This is a triangle.
Still a worthwhile video, that distinction is important to switch behavior tho.
nice videos sir , n its an request that if you again teach , so if you will put that output window pic also than it will be better to understand the code . thanks again, u have posted very useful content
Watch this TCL Marathon (With Codes Download Link) : th-cam.com/video/v8eu-CCrm-E/w-d-xo.html
Download Codes after each slide and run & generate & see output yourself.
At 6:54 the elseif body can never be executed, so you will never ever see "$x is 2", as 2 != 1, the first if () is true, the elself is only even evaluated if the first condition is false...I missed that the first time I watched. Thanks.
You're welcome 😊 !
It seems The Videos Helped You ! Please share this channel in your known or professional circle to spread the help to other also !
@@TechSimplifiedTV I will, and will be watching more of these soon.
Could you please explain 23:25 what is c b a? Thanks
Thanks for Asking ! Already made a QnA episode on this Question. Here is the link : th-cam.com/video/cRdwKEpN0bI/w-d-xo.html
Last example of foreach: getting diiferent results other than expected
I think: foreach {a} $listcol {b} $listfood {c} $status Will work
same question was answered in this QnA episode : th-cam.com/video/cRdwKEpN0bI/w-d-xo.html
can you able to explain this upvar in more detail please
Sir your other 2 videos are private..how to access them? And may I know how many videos would comprise under this tcl scripting lectures?
Publishing each Video takes a lot of Background work , until they are done they remain unpublished(which may appear to private). Each Sunday you can expect a new video in this channel unless there is any technical glitch !
in SWITCH CASE when we set no_of_edge 0; why it is showing in the output that this is a triangle?
will check this !
Hi sir,
When I am implementing for loop example i am getting extra characters after close brace
Please follow the code provided in the website article. find the link in the video description .
Please provide and explain with the corresponding output too
Please provide the specific timestamp & your doubts !
sir in last example of foreach you created 3 list , is there any purpose of these 3 diff. lists as when I am executing the code its taking 3 elements of same list.
Thanks ! Will check this !
Sir why we use after 200 and update in the end of the script
so that u can distinctively , see every print command output. try the code with and without update command. u will see the difference.
Very beautiful video. Can you please let me know the difference between foreach and foreach_in_collection
Thanks for asking ! Will plan a QnA Video !
Upvar is not clear can you make a one more session to explain in brief
Sure ! will plan an QnA episode on upvar.
Thanks sir but sir can you put entire scripting tutorial please 🙏
Yes, sure ! This is a series , more episodes are in pipeline.
Thanks sir
Welcome
Upvar is not clear .
Thanks ! Can you elaborate a bit more ! We will plan a QnA Episode based on your feedback !
👍
Glad yoou have liked it ! Please share among your known circle !
Thanks sir ,but release videos some more fast
Each Sunday you can expect a new video in this channel unless there is any technical glitch !
@@TechSimplifiedTV thx in advance
Is it possible to get notes