0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
5 Posted Topics
Hi, im trying to print a "$". I tried using: msj db "Hola", 36 msj db "Hola \$", '$' msj db "Hola \\$", '$' But none of them worked.. Help please
Hi, I'm trying to print the $ character. I tried putting a "\" but it didnt work.. Any idea??
Hi, im trying to get the parameters from the command line when the program is executed. I know that the PSP have a DTA and it is stored in the DS:[80h], but i dont know how to save the parameter somewhere and use it before. I think I should use …
Like this: '(() () ()) -> 3 lists inside 1 (define a '(())) You only have to put 1 quote..
(define (sumiteration L) (do ((sum 0) ) ((null? L) suma) (set! sum (+ sum (car L))) (set! L (cdr L)) ) )
The End.
davibq