Outils pour utilisateurs

Outils du site


tech:notes_tcl

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_tcl [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_tcl [2026/07/06 14:35] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Lang Script TCL}}
 +
 +# Notes TCL
 +
 +Voir :
 +* tclx (TclX, or Extended Tcl, provides access to the features exposed by API of POSIX systems such Unix)
 +
 +Voir aussi :
 +* LUA
 +
 +
 +## tclsh
 +
 +Equivalent de bash -c
 +
 +`runner.tcl`
 +~~~tcl
 +#!/usr/bin/tclsh
 +
 +eval $argv
 +~~~
 +
 +~~~bash
 +tclsh runner.tcl puts hello
 +~~~
 +
 +FIXME
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki