Translation Studies Diary of 31 August, 2024 (9)
What if you could translate code into text,
Sub ()
Dim y As Integer
End
This is,
Start the algorithm with the name before the ()
Define y as an integer
End the algorithm
What if you could translate code into text,
Sub ()
Dim y As Integer
End
This is,
Start the algorithm with the name before the ()
Define y as an integer
End the algorithm