Advertisement
FaisalAhemdBijoy

flexoutput

Sep 25th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. header found :: abc
  2.  
  3. header found :: math
  4.  
  5.  
  6. Comment found : #something
  7.  
  8.  
  9. array assign : array bijoy
  10.  
  11.  
  12. Comment found : #function
  13.  
  14.  
  15. function called
  16. main
  17.  
  18. function called
  19. sum
  20.  
  21.  
  22.  
  23. array assign : array ABC
  24.  
  25.  
  26. keyword Found : begin
  27. keyword Found : end
  28.  
  29.  
  30. varriable declared
  31. x
  32. y
  33. z
  34.  
  35. Comment found : #expression
  36.  
  37. value assign
  38.  
  39. Mathematical expression
  40.  
  41.  
  42. loop found
  43.  
  44. Inside Loop
  45. Loop ended
  46.  
  47.  
  48.  
  49. if condition
  50.  
  51. Inside condition
  52. condition ended
  53.  
  54.  
  55. elseif condition
  56.  
  57. Inside condition
  58. condition ended
  59.  
  60.  
  61. else condition
  62.  
  63. Inside condition
  64. condition ended
  65.  
  66. Program ended
  67. ----------------------------
  68. Number of header file : 2
  69. Number of Loop : 1
  70. Number of condition : 3
  71. Number of function : 2
  72. Number of array : 2
  73. Number of expression : 2
  74. Number of declared number : 1
  75. Number of Comment : 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement