1. . #!/opt/ASPLv1.00/bin/aspl WS1 -tattler -verbose -gB 11111111 -extendedsimilarity -assignonce -nostrictld -jZ -noansi 2. . ;;#!/opt/ASPLv1.00/bin/aspl WS1 -tattler -verbose -gB 11111111 -extendedsimilarity -assignonce -nostrictld -logfile aspl-date.log -jZ 3. . ;;#!/opt/ASPLv1.00/bin/aspl WS1 -tattler -verbose -gB 11001100 -extendedsimilarity 4. . ;;#!/opt/ASPLv1.00/bin/aspl -script /opt/ASPLv1.00/junk/ex2.aspl -tattler 5. . ;;#!/opt/ASPLv1.00/bin/aspl -wsdir /ffff/foo.as -tattler 6. . ;;#!/opt/ASPLv1.00/bin/aspl -wsname WS1 -tattler 7. . 8. . ;;#!/opt/ASPLv1.00/bin/aspl WS1 9. . 10. . ;;#!/opt/ASPLv1.00/bin/aspl -verbose WS1 11. . ;;#!/opt/ASPLv1.00/bin/aspl -verbose WS5 12. . ;;#!/opt/ASPLv1.00/bin/aspl WS5 -verbose WRONG 13. . 14. . 15. . ;;#!/opt/ASPLv1.00/bin/aspl -wsname WS5 -globalvar 16. . 17. . ;; /opt/ASPLv1.00/ex1.aspl /tmp/aa1 /tmp/aa4 18. . ;;*********************************************************************** 19. . ;; excurl.aspl 20. . ;; 21. . ;; Using DEF 22. . ;; Using Curly Set Expression Demo 23. . ;; 24. . ;; Copyright © 2020-2021 Bassem W. Jamaleddine 25. . ;; Copyright © 2021 Total Computing & Network Design, Inc. 26. . ;; All rights reserved. 27. . ;; 28. . ;;*********************************************************************** 29. . 30. . attachlog +aspl-date.log 31. . trace 1 32. . load WS1 33. . f& a1 a2 a3 34. . endscript 35. . 36. . load WS1 37. . v 38. . load WS5 39. . v 40. . endscript 41. . 42. . ;; /opt/ASPLv1.00/ex1.aspl /tmp/TX/27238-tx.jar /tmp/TX/38141-tx.jar 43. . 44. . ;;d1 = ggjar(jarfile,$1,calchksum,1,calentropy,1) 45. . ;;d2 = ggjar(jarfile,$2,calchksum,1,calentropy,1) 46. . ;;d1 = ggdir $1 47. . ;;d2 = ggdir $2 48. . 49. . sequencing lcs 50. . f%U d1 d2 51. . density d1 d2 52. . sim d1 d2 53. . endscript 54. . 55. . 56. . ;;FN pp() 57. . ;;FN pp3(a2,a3,a4) 58. . 59. . displayoff 60. . ;FN pp(); FN pp3(a2,a3,a4);v 61. . #f& a2 a4; 62. . 63. . def pp := a12 = f& a1 a2; a23 = f& a2 a3; a123 = f& a12 a23 64. . def pp3 := x12 = f& %%1 %%2; x23 = f& %%2 %%3; x123 = f& x12 x23 65. . 66. . endscript 67. . 68. . ;; d1 = ggdir $SHELL:V1 69. . ;; d2 = ggdir $SHELL:V2 70. . ;; f%& d1 d2 71. . ;; endscript 72. . 73. . ;; aspl script 74. . ;; script /opt/ASPLv1.00/script.aspl 75. . 76. . load WS1 77. . v 78. . load WS5 79. . v 80. . 81. . endscript 82. . 83. .