Skip to content

Commit

Permalink
Updated commands are displayed on example script.ant
Browse files Browse the repository at this point in the history
  • Loading branch information
Almas-Ali committed Mar 9, 2023
1 parent cdecb2d commit 81a1236
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/script.ant
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
// This is an Ant interpreter testing script.
# $only_internals = True # Disable external commands

$version = 0.1.2
echo Version $version is on testing...
// This is an Ant interpreter testing script.
// This is a comment with // but you can use # too. For consistency, use just one of them.

$version = $ANT_VERSION
echo "Version $version is on testing..."

$version

read $variable >>>
echo input is : $variable
echo "input is : $variable"

id -un

0 comments on commit 81a1236

Please sign in to comment.