You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							|  | # tcl  - commented line with 'tcl' as indicator this is a tcl script. A standard shebang line would also work. | 
						
						
						
							|  |  | 
						
						
						
							|  | puts stderr "scriptinfo2 info script: [info script]" | 
						
						
						
							|  | puts stderr "scriptinfo2 argc: $::argc" | 
						
						
						
							|  | puts stderr "scriptinfo2 argv: $::argv" | 
						
						
						
							|  | puts stderr "scriptinfo2 argv0: $::argv0"
 | 
						
						
						
							|  | 
 |