Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
awk '
BEGIN {
str="2+2"
"echo " str " | bc " | getline result
print result
}
'
awk '
BEGIN {
str="2+2"
"[highlight]awk \"BEGIN{print[/highlight] " str "[highlight]}\"[/highlight]" | getline result
print result
}
'