Headers of files unified.
This commit is contained in:
Tomas Abad 2023-05-31 18:14:19 +02:00
parent 9914cf5e18
commit 78cac6a07c
18 changed files with 53 additions and 35 deletions

View file

@ -1,4 +1,4 @@
# ch10-06-error-check.rsc
# filename: ch10-06-error-check.rsc
:local WebSites { "badname1234.com"; "google.com"};
:foreach SiteName in=$WebSites do={
:do {
@ -7,4 +7,4 @@
} on-error={
:put "Name lookup failed for $SiteName";
}
}
}